PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFRectilinearMeasure Class / setSlope Method
A number format collection for measurement of the slope of a line.
In This Topic
    setSlope Method
    In This Topic
    Sets the number formats for slopes.
    The first element in the collection shall specify the conversion to the largest slope unit from units represented by the first element in divided by the first element in . The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the slope function.
    Syntax
    public void setSlope( 
       PDFNumberFormatCollection value
    )

    Parameters

    value
    A number format collection for measurement of the slope of a line.
    See Also